home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / fantasy1 / fantasy1menu.swf / scripts / DefineButton2_53 / BUTTONCONDACTION on(release).as
Text File  |  2003-10-20  |  135b  |  9 lines

  1. on(release){
  2.    tellTarget("/sections")
  3.    {
  4.       gotoAndStop("section1");
  5.       play();
  6.    }
  7.    getUrl("index1.html", "");
  8. }
  9.